Documents for PDF, .NET Edition Documentation
RemoveRange Method (StructList<T>)

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Common Namespace > StructList<T> Class : RemoveRange Method
The zero-based starting index of the range of elements to remove.
The number of elements to remove.
Removes a range of elements from the StructList<T>.
Syntax
'Declaration
 
Public Sub RemoveRange( _
   ByVal index As System.Integer, _
   ByVal count As System.Integer _
) 
public void RemoveRange( 
   System.int index,
   System.int count
)

Parameters

index
The zero-based starting index of the range of elements to remove.
count
The number of elements to remove.
See Also

Reference

StructList<T> Class
StructList<T> Members